home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / GAMES / ANGBAND2 / !Angband / lib / user / pref_prf next >
Text File  |  1995-12-21  |  2KB  |  43 lines

  1. # File: pref.prf
  2.  
  3. # This is the default "preference" file
  4.  
  5. # See "files.c" for more info.  Basically, this file contains a series of
  6. # "commands" that are executed at startup.  Note that this file may include
  7. # other files recursively via the "%" command.
  8.  
  9. # The commands that can go here include mostly attr/char redefinitions,
  10. # for example, you can put commands here to make the walls be drawn in
  11. # a special symbol, or to use a special color for your inventory items.
  12.  
  13. # In addition, you can define macros (in an encoded form).  These macros
  14. # are pretty much system dependant, since that is what determines which
  15. # keys are available.  See "files.c" for proper formats.
  16.  
  17. # Note that Angband 2.7.5 allows the user to choose a different directory
  18. # for both "save" files and "pref" files, so by making your own "pref"
  19. # directory, with a "pref.prf" file, you can choose your favorite stuff.
  20.  
  21. # Note that by default, Angband will process "pref.prf", followed by
  22. # "pref-xxx.prf" (where "xxx" is the suffix of the "visual system" in
  23. # use, such as "mac", "win", "ibm", "x11", "gcu", etc), followed by
  24. # special files with the names "Class.prf" and "Name.prf", where "Class"
  25. # is the player class, and "Name" is the player name.
  26.  
  27.  
  28. # OPTION: Display "veins" (white "%") as "normal walls" (white "#") 
  29.  
  30. # F:50:1/35
  31. # F:51:1/35
  32. # F:52:1/35
  33. # F:53:1/35
  34.  
  35.  
  36. # Command macro -- "X" will now "swap weapons" as long as both weapons are
  37. # inscribed with {@0}.  For example, inscribe your main weapon as {@1@0}
  38. # and your digger/secondary weapon as {@2@0} or just {@0}.
  39.  
  40. A:w0
  41. C:X
  42.  
  43.